Eclipse JDT
Pre-release 3.0

Uses of Class
org.eclipse.jdt.core.search.SearchParticipant

Packages that use SearchParticipant
org.eclipse.jdt.core.search Provides support for searching the workspace Java elements that match a particular description. 
 

Uses of SearchParticipant in org.eclipse.jdt.core.search
 

Fields in org.eclipse.jdt.core.search declared as SearchParticipant
static SearchParticipant[] SearchParticipant.NO_PARTICIPANT
           
protected  SearchParticipant SearchDocument.participant
           
 

Methods in org.eclipse.jdt.core.search that return SearchParticipant
 SearchParticipant SearchMatch.getParticipant()
          Returns the participant which issued this match
static SearchParticipant SearchEngine.getDefaultSearchParticipant()
          Returns default Java search participant TODO add spec
static SearchParticipant[] SearchEngine.getSearchParticipants()
          Returns all registered search participants TODO add spec
 SearchParticipant SearchDocument.getParticipant()
          Returns the participant that created this document
 

Methods in org.eclipse.jdt.core.search with parameters of type SearchParticipant
abstract  void SearchRequestor.enterParticipant(SearchParticipant participant)
          Intermediate notification sent when a given participant is starting to contribute.
abstract  void SearchRequestor.exitParticipant(SearchParticipant participant)
          Intermediate notification sent when a given participant is finished contributing.
 void SearchEngine.search(SearchPattern pattern, SearchParticipant[] participants, IJavaSearchScope scope, SearchRequestor requestor, IProgressMonitor monitor)
          Searches for matches of a given search pattern.
 

Constructors in org.eclipse.jdt.core.search with parameters of type SearchParticipant
SearchMatch(String name, String documentPath, int accuracy, SearchParticipant participant, int sourceStart, int sourceEnd, int sourceLineNumber, String descriptiveLocation)
           
SearchDocument(String documentPath, SearchParticipant participant)
           
 


Eclipse JDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.